home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1318 / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-06-04  |  627b  |  26 lines

  1. echo off
  2. cls
  3. echo This program will print the User's Guide for Lotto Master
  4. echo Professional.  The Guide is 15 pages long.  To begin
  5. echo printing, make the disk or directory where the file LM.DOC
  6. echo resides the current directory, then turn on the printer, align
  7. echo the paper with your print head, and press ENTER.
  8. echo.
  9. echo To cancel the printing, hold down the key marked CONTROL
  10. echo (sometimes marked CTRL or something similar) and press the
  11. echo C key.
  12. echo.
  13. echo.
  14. pause
  15. cls
  16. echo User's Guide now printing.... Please wait.
  17. copy lm.doc prn
  18. cls
  19. echo Printing Complete.
  20. echo.
  21. pause
  22. cls
  23. dir
  24.  
  25.  
  26.